home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape.dxr / 00429.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  363 b   |  14 lines

  1. on mouseDown me
  2.   global selectedOne, Nothingselected
  3.   Nothingselected = 1
  4.   selectedOne = 89
  5.   switchit()
  6.   repeat with X = 136 to 150
  7.     sprite(X).blend = 100
  8.   end repeat
  9.   set the memberNum of sprite 141 to member("tanBlank")
  10.   set the memberNum of sprite 143 to member("tanPlus")
  11.   set the memberNum of sprite 144 to member("tanMinus")
  12.   updateStage()
  13. end
  14.